#informationUnmoderated tagAll postsTrending CommunitiesWorldmappinLeoFinanceHIVE CN 中文社区VibesSplinterlandsOlio di BalenaLifestyleActifitPhotography LoversHive GamingAlien Art HiveHive LearnersExplore Communities...#informationTrendingHotNewPayoutsMuteddrago18121996 (72)in #ita • 2 days agoCountexport function nucleotideCounts(lett:string) { const res: Record = { A: 0, C: 0, G: 0, T: 0,}; // ricordarsi la virgola alla fine! for(let i=0; idrago18121996 (72)in #ita • 4 days agoBinary searchexport function find(haystack: number[], needle: number, counter: number = 0): number | never { const maxNumber = Math.max(...haystack); let middle =…drago18121996 (72)in #ita • 5 days agoHandshake let arr : string[] =["wink" ,"double blink","close your eyes", "jump"]; export function commands(num: number): string[] { let res: string[] = []; const binArr =…drago18121996 (72)in #ita • 7 days agoLengthexport function encode(text:string) { let res = ""; let num = 1; for(let i=0; i